Release 10.1A: OpenEdge Development:
Programming Interfaces
Output to the clipboard
In general, you use the
CLIPBOARDsystem handle to write output to the system clipboard (in graphical environments) or Progress clipboard (in character environments). However, in Windows, you can use theOUTPUTTOstatement to redirect output to the system clipboard using the“CLIPBOARD”option (quotes required). This allows you to use Progress output statements (such asDISPLAY) to buffer up to 64K of data to the clipboard. You send the buffered data to the clipboard by changing or closing the output destination (using theOUTPUTCLOSEstatement). For more information on changing and closing the output destination, see the "Sending output to multiple destinations" section. For more information on using theCLIPBOARDsystem handle for output (and also input), see Chapter 9, " System Clipboard."
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |